home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / openssl.postinst < prev    next >
Text File  |  2009-09-09  |  120b  |  10 lines

  1. #!/bin/sh -e
  2.  
  3. if [ ! -e /usr/lib/ssl ]
  4. then
  5.   echo Linking /usr/lib/ssl to /etc/ssl
  6.   ln -sf /etc/ssl /usr/lib/ssl
  7. fi
  8.  
  9.  
  10.